From 8cabc6d90f6f295115cd2742c06b7d2227b7fa04 Mon Sep 17 00:00:00 2001 From: John Paul Wallington Date: Fri, 23 Jul 2004 18:25:07 +0000 Subject: [PATCH] (Defining Macros): Declaration keyword is `debug' not `edebug'. --- lispref/macros.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lispref/macros.texi b/lispref/macros.texi index e903a159c27..e28ab80ac6b 100644 --- a/lispref/macros.texi +++ b/lispref/macros.texi @@ -239,7 +239,7 @@ additional information about it. Two kinds of specification are currently supported: @table @code -@item (edebug @var{edebug-form-spec}) +@item (debug @var{edebug-form-spec}) Specify how to step through macro calls for Edebug. @xref{Instrumenting Macro Calls}, for more details. -- 2.30.2